home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_TOOLS / BASICBAS.ZIP / BB152.DOC < prev    next >
Encoding:
Text File  |  1993-12-19  |  7.1 KB  |  226 lines

  1.  
  2.       ****** VERSION 1.52 PLAYS .WAV FILES (IN DOS AND WINDOWS) ******
  3.  
  4.  
  5.              BasicBasic Version 1.52 Summary
  6.       -------------------------------------------------------
  7.  
  8.       BasicBasic is a Basic Language Program Development System
  9.       for DOS or Windows.  With it you can create programs to
  10.       run under DOS or Windows.  BasicBasic is an easy way to
  11.       develop small to medium size programs without regard for
  12.       which environment they will run under.
  13.  
  14.       BasicBasic is a complete development system.  You can edit,
  15.       compile and run your program from its own editor.  Both DOS
  16.       and Windows systems are provided.
  17.  
  18.       BasicBasic supports most 'standard' Basic commands as well
  19.       as many powerful statements unique to BasicBasic.  For
  20.       instance BasicBasic allows you to load and display Bitmap
  21.       graphic files with one statement--in DOS or Windows!
  22.  
  23.  
  24.       NEW FEATURES FOR VERSION 1.52 include the following:
  25.  
  26.         - Play .WAV files in either DOS or Windows.  Get real sound!
  27.  
  28.         - Multiple font support in Windows AND DOS.
  29.  
  30.         - Graphics printing under Windows
  31.  
  32.         - CHILD windows under DOS and Windows
  33.  
  34.         - Handy MessageBox function
  35.  
  36.         - File and Record Locking
  37.  
  38.  
  39.       Of course you get all the old features; including:
  40.  
  41.  
  42.           - Integrated Editor in both DOS and Windows
  43.           - DO Loops
  44.           - User Procedures
  45.           - User Functions
  46.           - Assign your program an ICON
  47.           - Ability to load and display bitmaps such as those created by
  48.         Windows Paint.
  49.           - Ability to store screen to a bitmap file
  50.           - Dialog boxes in DOS or Windows
  51.           - Ability to examine/change current disk and directory
  52.           - Ability to SHELL to another program. You can pass and receive
  53.         command strings.
  54.           - SOUND command.
  55.           - Menus in DOS or Windows.
  56.           - Runtime module so you can DISTRIBUTE your programs
  57.         to others.
  58.           - Graphics support
  59.           - Button support
  60.           - Random, Sequential, and Binary file support
  61.           - Common memory
  62.           - Serial Communications support under DOS or Windows
  63.           - Chaining
  64.           - Mouse support
  65.           - Same EXE file runs under DOS or Windows.
  66.  
  67.       BasicBasic comes with editor, compiler, runtime libraries,
  68.       documentation and a number of sample programs to help you get
  69.       started.
  70.  
  71.       Here is a list of commands and statements that BasicBasic
  72.       compiler version 1.52 recognizes.
  73.  
  74.       PROGRAM CONTROL
  75.         CALL                            FUNCTION...END FUNCTION
  76.         DECLARE                         GOSUB...RETURN
  77.         DO...LOOP                       GOTO
  78.         EXIT DO                         IF...THEN...ELSE...ENDIF
  79.         EXIT FUNCTION                   STOP
  80.         EXIT SUB                        SUB...END SUB
  81.         FOR...NEXT                      SYSTEM
  82.  
  83.       SCREEN OUTPUT
  84.         CLS                             PRINT
  85.         CSRLIN                          PRINT USING
  86.         LOCATE                          SCROLLAREA
  87.         POS                             TAB
  88.  
  89.       KEYBOARD AND MOUSE INPUT
  90.         INKEY$                          MOUSEON
  91.         INPUT                           MOUSEX
  92.         MOUSEB                          MOUSEY
  93.  
  94.       GRAPHICS
  95.         BITMAPC                         PALETTE
  96.         BITMAPH                         POINT
  97.         CIRCLE                          PRESET
  98.         COLOR                           PSET
  99.         GET                             PUT
  100.         LINE                            SCREEN
  101.         LOADBITMAP                      STOREBITMAP
  102.         PAINT
  103.  
  104.       STRING
  105.         CHR$                            RIGHT$
  106.         INSTR                           SPACE$
  107.         LEFT$                           STR$
  108.         LEN                             STRING$
  109.         MID$                            UCASE$
  110.  
  111.       SOUND
  112.         BEEP                            SOUND
  113.         PLAYSOUND                       SNDDEV
  114.  
  115.       DIALOG
  116.         DIALOG                          OPENFILEREAD
  117.         DIALOG$                         OPENFILESAVE
  118.         MESSAGEBOX
  119.  
  120.       MENU
  121.         ADDSUBMENU                      MENUITEMON
  122.         MAINMENU                        MENUITEMGRAY
  123.  
  124.       BUTTON
  125.         CBUTTON                         DBUTTON
  126.         CHECKOFF                        RADIOON
  127.         CHECKON                         RADIOOFF
  128.  
  129.       PRINTER COMMANDS
  130.         LPRINT
  131.         LPRINT USING
  132.  
  133.  
  134.       FILE INPUT/OUTPUT
  135.         CHDIR                           LINE INPUT #
  136.         CHDRIVE                         LOC
  137.         CLOSE #                         LOCK
  138.         DIR$                            LSET
  139.         CURDIR$                         MKDIR
  140.         EOF                             OPEN
  141.         FIELD                           PRINT #
  142.         GET #                           PUT #
  143.         INPUT$                          RMDIR
  144.         INPUT #                         UNLOCK
  145.         KILL                            WRITE #
  146.  
  147.       DATA DEFINITION
  148.         COMMON                          READ
  149.         DATA                            RESTORE
  150.         DIM
  151.  
  152.       ARITHMETIC
  153.         ABS                             RAMDOMIZE
  154.         ASC                             RND
  155.         ATN                             SIN
  156.         COS                             SQR
  157.         FIX                             TAN
  158.         INT                             VAL
  159.         IRND
  160.  
  161.       DOS AND EXTERNAL COMMANDS
  162.         CHAIN                           OSTYPE
  163.         COMMAND$                        SHELL
  164.         DATE$                           TIME$
  165.         FREEMEM                         TIMER
  166.  
  167.       SCREEN WINDOW COMMANDS
  168.         CREATEWINDOW                    SELECTWINDOW
  169.         DESTROYWINDOW
  170.  
  171.       FONTS
  172.         CREATEFONT                      FONT
  173.         DLEN                            SELECTFONT
  174.         FONT$
  175.  
  176.       SERIAL COMMUNICATIONS
  177.         COMSTATI
  178.         OPEN "COMn"
  179.  
  180.       SPECIAL MICROSOFT WINDOWS COMMANDS
  181.         CREATEBITMAP                    PRINTCONTROL
  182.         COPYBITS                        SELECTBITMAP
  183.         ON CLOSE                        SELECTDISPLAY
  184.         ON PAINT                        SELECTPRINT
  185.         POSITION                        SELECTWINDOW
  186.                         STRETCHBITS
  187.  
  188.       MISCELLANEOUS
  189.         LET
  190.         REM
  191.         SETERRLEVEL
  192.  
  193.       and the operators     +  -  /  *  \  ^  AND  OR  MOD
  194.  
  195.  
  196.       The shareware version of BasicBasic is distributed in the
  197.       file BB152.ZIP.  This file contains both DOS and Windows version.
  198.       The shareware version will compile programs only up to about
  199.       200 lines.  The registered version allows much bigger programs.
  200.  
  201.       SAVE! SAVE! SAVE! SAVE! SAVE! SAVE! SAVE! SAVE! SAVE! SAVE!
  202.  
  203.       Register before March 1, 1994 and we will send you the
  204.       latest version of BasicBasic AND the next release when it
  205.       is available.  TWO versions for the price of one!
  206.  
  207.       The registration fee is $30.00.  Why download?  Even after
  208.       you have used up your free updates, you will receive advance
  209.       notice and discounts on new versions as they come out.
  210.  
  211.       To register send $30.00 check or money order to:
  212.  
  213.               Mark Davidsaver
  214.               213 S. Park Street
  215.               PO Box 126
  216.               Bishop Hill, Il  61419
  217.  
  218.               MC/Visa phone (309) 927-3303
  219.  
  220.       Illinois residents add $1.88 sales tax.
  221.       Foreign orders: US funds only and add $5.00 air shipping.
  222.  
  223.       Please specify 3 1/2 or 5 1/4 (high density) disks.
  224.  
  225.  
  226.